gitignore: add .cache and *.AppImage
authorJyrki Gadinger <nilsding@nilsding.org>
Wed, 22 Jan 2025 14:30:23 +0000 (15:30 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 24 Jan 2025 08:08:02 +0000 (09:08 +0100)
.cache is used by clangd on my setup; built AppImages also shouldn't be
part of the repo

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
.gitignore

index 9a97cd7c4e665ab6af08ac1c91b38dd40861467f..ed0e17987fed50e8162c4fecf12229415d020bb8 100644 (file)
@@ -146,7 +146,7 @@ AppPackages/
 
 # Others
 sql/
-*.Cache
+*.[Cc]ache
 ClientBin/
 [Ss]tyle[Cc]op.*
 ~$*
@@ -191,3 +191,4 @@ convert.exe
 *-w10startmenu.png
 *state-*.png
 theme.qrc
+*.AppImage